@charset "UTF-8";

html {
    font-size: 16px;
}
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
	/* border-radius: 10px; */
	background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}

::selection {
	background-color: #d1221c;
	color: #fff;
}

::-moz-selection {
	background-color: #d1221c;
	color: #fff;
}

::-webkit-selection {
	background-color: #d1221c;
	color: #fff;
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

body {
	font-family: 'Lato', "Microsoft YaHei", sans-serif;
	min-width: 1200px;
	font-size: 14px;
}

:focus {
	outline: 1;
}

li {
	list-style: none;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	outline: 0;
}

a {
	text-decoration: none;
	color: #666;
	outline: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

/* header开始 */
header {
	display: flex;
	flex-direction: column;
	height: 220px;
}
header > section#top {
	height: 33px;
	background-color: #eeeeee;
}
header > section#top > .top {
	width: 1200px;
	margin: 0 auto;
	height: inherit;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	color: #717171;
}
header > section#top > .top > .right > cite {
	font-style: normal;
	color: #717171;
	margin: 0 3px;
}
header > section#top > .top > .right > a {
	font-size: 13px;
	color: #717171;
}
header > section#top > .top > .right > a:hover {
	color: #d1221c;
}
header > section#logo {
	flex: 1;
}
header > section#logo > .logo {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header > section#logo > .logo > .right {
	display: flex;
	align-items: center;
}
header > section#logo > .logo > .right > span {
	font-size: 25px;
	color: #d1221c;
	font-weight: bold;
	margin-left: 10px;
}
header > section#logo > .logo > .right > img {
	width: 45px;
	height: 45px;
	align-self: center;
	margin-left: 10px;
}
header > nav {
	height: 60px;
	background-color: #d1221c;
}
header > nav > #nav {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: inherit;
}
header > nav > #nav > li.nLi {
	display: flex;
	flex-direction: column;
	height: inherit;
	width: 11.111111%;
	position: relative;
}
header > nav > #nav > li.nLi > a {
	color: #FFFFFF;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}
header > nav > #nav > li.nLi > a:hover,header > nav > #nav > li.on {
	background-color: #ffe100;
	color: #000000;
	
}
header > nav > #nav > li.on > a {
	color: #000;
}
header > nav > #nav > li.nLi > ul.sub {
	display: none;
	position: absolute;
	top: 60px;
	background-color: #d1221c;
	width: 100%;
	z-index: 9;
}
header > nav > #nav > li.nLi > ul.sub > li {
	display: flex;
}
header > nav > #nav > li.nLi > ul.sub > li > a {
	width: 100%;
	height: 50px;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
}
header > nav > #nav > li.nLi > ul.sub > li > a:hover {
	background-color: #ffe100;
	color: #000000;
}

footer {
	height: 407px;
	display: flex;
	flex-direction: column;
}
footer > section#f-top {
	height: 280px;
	background-color: #f0f0f0;
}
footer > section#f-top > .f-top {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 45px;
	box-sizing: border-box;
}
footer > section#f-top > .f-top > .left {
	display: flex;
	/* width: 830px; */
}
footer > section#f-top > .f-top > .left > div {
	display: flex;
	flex-direction: column;
	margin-right: 145px;
}
footer > section#f-top > .f-top > .left > div > span {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
}
footer > section#f-top > .f-top > .left > div > a {
	margin-top: 15px;
}
footer > section#f-top > .f-top > .left > div > a:hover {
	color: #D1221C;
	font-weight: bold;
}
footer > section#f-top > .f-top > .left > div:last-of-type {
	margin-right: 0;
}


footer > section#f-down {
	flex: 1;
	background-color: #333333;
}
footer > section#f-down > .f-down {
	height: 127px;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #6a6a6a;
}
footer > section#f-down > .f-down > .left {
	display: flex;
	flex-direction: column;
}
footer > section#f-down > .f-down > .left > span {
	color: #717171;
	font-size: 14px;
	margin-bottom: 7px;
}
footer > section#f-down > .f-down > .left > div {
	display: flex;
}
footer > section#f-down > .f-down > .left > div > a {
	margin-right: 5px;
}
footer > section#f-down > .f-down > .right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
footer > section#f-down > .f-down > .right > span:first-of-type {
	margin-bottom: 10px;
}
footer > section#f-down > .f-down > .right a {
	color: #717171;
}